This container comes with ROOT v6.05.02. It was compiled with python version 2.
You can use it from python in the usual way by importing the ROOT
module from any python 2 notebook.
In [1]:
import ROOT
If you want to use ROOT
from the commandline open a new terminal and type root -b
. The -b
is important as there is no X server available.